翻訳と辞書 |
Boundary case : ウィキペディア英語版 | Boundary case
In software engineering, a boundary case is a behavior of a system when one of its inputs is at or just beyond its maximum or minimum limits. It is frequently used when discussing software testing. For example, if an input field is meant to accept only integer values 0–100, entering the values -1, 0, 100, and 101 would represent the boundary cases. A common technique for testing boundary cases is with three tests: one on the boundary and one on either side of it. So for the previous example that would be -1, 0, 1, 99, 100, and 101. ==See also==
* Black box testing * Boundary value analysis * Corner case * Edge case
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Boundary case」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|